Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: cross-text-coref #110

Merged
merged 49 commits into from
Sep 16, 2024
Merged

task: cross-text-coref #110

merged 49 commits into from
Sep 16, 2024

Conversation

ArneBinder
Copy link
Owner

@ArneBinder ArneBinder commented Sep 11, 2024

TODO:

  • tests for model
  • implement & test unbatch_output
  • implement & test create_annotations_from_output
  • long input handling (implement max_window parameter)
  • add documentation for taskmodule and model
  • test downstream: on a dataset created from semantically_same relations in SciArg

follow-up: use reasonable model loss

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 94.08284% with 20 lines in your changes missing coverage. Please review.

Project coverage is 95.71%. Comparing base (2ddb8a5) to head (904fac9).

Files with missing lines Patch % Lines
src/pie_modules/document/processing/text_pair.py 90.29% 13 Missing ⚠️
...pie_modules/taskmodules/cross_text_binary_coref.py 95.00% 6 Missing ⚠️
src/pie_modules/utils/tokenization.py 96.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   95.83%   95.71%   -0.13%     
==========================================
  Files          57       60       +3     
  Lines        4656     4992     +336     
==========================================
+ Hits         4462     4778     +316     
- Misses        194      214      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ArneBinder ArneBinder force-pushed the taskmodules/cross_text_binary_coref branch 2 times, most recently from cb04c11 to 508bac3 Compare September 12, 2024 16:17
@ArneBinder ArneBinder changed the title task: cross-text-binary-coref [WIP] task: cross-text-binary-coref Sep 12, 2024
@ArneBinder ArneBinder force-pushed the taskmodules/cross_text_binary_coref branch from d210bfd to 1e3b5d4 Compare September 15, 2024 18:25
@ArneBinder ArneBinder changed the title task: cross-text-binary-coref task: cross-text-coref Sep 16, 2024
@ArneBinder ArneBinder merged commit cccdd33 into main Sep 16, 2024
2 checks passed
@ArneBinder ArneBinder deleted the taskmodules/cross_text_binary_coref branch September 16, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants